home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000409_deja@alienbigcats.com_Tue Mar 12 13:13:43 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  55 lines

  1. Article: 13261 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: deja@alienbigcats.com (paul wells)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: silencing error messages
  6. Date: 12 Mar 2002 09:41:02 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 36
  9. Message-ID: <669ac511.0203120941.dcdbccc@posting.google.com>
  10. References: <c3782a8b.0203061258.725e38a2@posting.google.com> <a660df$b0d$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 206.81.198.130
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1015954862 32492 127.0.0.1 (12 Mar 2002 17:41:02 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 12 Mar 2002 17:41:02 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13261
  18.  
  19. fdc@columbia.edu (Frank da Cruz) wrote in message news:<a660df$b0d$1@watsol.cc.columbia.edu>...
  20. > In article <c3782a8b.0203061258.725e38a2@posting.google.com>,
  21. > Jay Mccanta <mccantaj@immunex.com> wrote:
  22. > : I am trying to build a ckermit 8.0 script that will only output what I
  23. > : want it to.  I have:
  24. > : 
  25. > : set input echo off
  26. > : set take echo off
  27. > : set macro echo off
  28. > :
  29. > The first three are the default anyway.
  30. > : set quiet on
  31. > : 
  32. > : Still when I do a
  33. > : 
  34. > : set host kdalj
  35. > : 
  36. > : I get DNS Lookup messages, etc.  I can reduce the messages by
  37. > : redirecting stderr to /dev/null.  However, not all the messages are
  38. > : eliminated.  Is there a way to suppress all those messages while
  39. > : allowing me to ECHO lines out?
  40. > :
  41. > Probably not.  Every message that comes out of Kermit has to be guarded
  42. > by all kinds of "if (this) but not (that) but if... unless... but..."
  43. > clauses and since there are thousands of them, no doubt some of them
  44. > are not guarded.
  45. > Since C-Kermit 8.0 was just released, you missed your chance to get
  46. > your unfavorate messages suppressed during the long beta.  But you can
  47. > still send in reports of specific messages you want suppressed and we'll
  48. > put them on the list for next time.
  49. How about an option to suppress every message, or rather an option to
  50. set the initial suppression state of every message to "on" so that
  51. individual message types can be unsuppressed?
  52.